home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / tr < prev    next >
Text File  |  2005-01-13  |  2KB  |  66 lines

  1. // $XFree86: xc/programs/xkbcomp/symbols/tr,v 1.1 2000/12/06 20:18:08 eich Exp $
  2. // Converted keytable file to xkb/symbols/ file
  3. // with mk_xkb by root@linux.chanae.stben.be Tue Sep 30 01:21:59 MET DST 1997
  4.  
  5. //  turkish "Q" keyboard, copyed from LyX turkish keyboard description
  6. //  as the names of some chars in iso-8859-9 are not consistent whith
  7. //  the rest of latin iso-8859-* I declare them in hexa (ugly, but what else?)
  8. //
  9. //  Pablo Saratxaga <srtxg@f2219.n293.z2.fidonet.org>
  10.  
  11.  
  12. default partial alphanumeric_keys
  13. xkb_symbols "basic" {
  14.  
  15.     // Describes the differences between a very simple US/ASCII
  16.     // keyboard and a very simple Turkish "Q" (computer modern) keybaord
  17.  
  18.     // Alphanumeric section
  19.     name[Group1]= "Turkish \"Q\" (computer modern)";
  20.  
  21.     key <AE02> {    [         2,    apostrophe    ],
  22.             [        at            ]    };
  23.     key <AE03> {    [         3,    dead_circumflex    ],
  24.             [ numbersign            ]    };
  25.     key <AE04> {    [         4,    plus         ],
  26.             [    dollar            ]    };
  27.     key <AE06> {    [         6,    ampersand    ],
  28.             [ asciicircum            ]    };
  29.     key <AE07> {    [         7,    slash        ],
  30.             [ braceleft            ]    };
  31.     key <AE08> {    [         8,    parenleft    ],
  32.             [ bracketleft            ]    };
  33.     key <AE09> {    [         9,    parenright    ],
  34.             [ bracketright            ]    };
  35.     key <AE10> {    [         0,    equal        ],
  36.             [ braceright            ]    };
  37.     key <AE11> {    [  asterisk,    question     ],
  38.             [ backslash            ]    };
  39.     key <AE12> {    [     minus,    underscore    ]    };
  40.     key <AD08> {    [  idotless,    I        ]    };
  41.     key <AD11> {    [    gbreve,    Gbreve        ]    };
  42.     key <AD12> {    [ udiaeresis,    Udiaeresis    ],
  43.             [ asciitilde            ]    };
  44.     key <AC10> {    [   scedilla,   Scedilla    ]    };
  45.     key <AC11> {    [         i,    Iabovedot    ]    };
  46.     key <TLDE> {    [ backslash,    quotedbl     ],
  47.             [ asciitilde            ]    };
  48.     key <BKSL> {    [     comma,    semicolon    ],
  49.             [       bar            ]    };
  50.     key <AB08> {    [ odiaeresis,    Odiaeresis    ],
  51.             [      less            ]    };
  52.     key <AB09> {    [  ccedilla,    Ccedilla     ],
  53.             [   greater            ]    };
  54.     key <AB10> {    [    period,    colon        ]    };
  55.     key <LSGT> {    [      less,    greater      ],
  56.             [       bar            ]    };
  57.  
  58.     // End alphanumeric section
  59.  
  60.     // begin modifier mappings
  61.     modifier_map Shift  { Shift_L };
  62.     modifier_map Lock   { Caps_Lock };
  63.     modifier_map Control{ Control_L };
  64.     modifier_map Mod3   { Mode_switch };
  65. };
  66.